home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / dosapps / freedos / help / keyb < prev    next >
Encoding:
Text File  |  2003-08-21  |  1.1 KB  |  33 lines

  1. NAME
  2.  
  3.    KEYB - Basic Keyboard driver for FreeDOS
  4.  
  5. SYNOPSIS
  6.  
  7.    KEYB <KC_File> [/I] [/E] [/Dx] [/U] [/9{-|*|+}]
  8.  
  9. OPTIONS
  10.  
  11.    <KC_File>    full or relative path to a KC-format keyboardlayout file, such
  12.                 as GR.KC (extension is optional)
  13.    /I           Forces installation
  14.    /E           Specifies that an enhanced keyboard will be used
  15.    /Dx          Replaces the decimal separator character with character x
  16.    /U           Remove the resident copy of KEYB from memory (if installed).
  17.    /9           Specifies the desired int9h management
  18.                 /9-  None     (DEFAULT and RECOMMENDED)
  19.                 /9*  Chained  (for PC/XTs is DEFAULT and REQUIRED (at least))
  20.                 /9+  Full     (requires FULL layouts)
  21.  
  22. NOTES
  23.    
  24.    THIS IS PROTOTYPE 4.
  25.    It doesn't have all the intended functionality, and may be unstable. Please
  26.    use with care.
  27.  
  28. AUTHOR
  29.  
  30.    Program:             Aitor SANTAMARIA_MERINO  (aitor.sm@wanadoo.es)
  31.    Layouts:             Henrique PERON (henriqueperon@globo.com)
  32.    Contributions:       D. HOEHMANN, AXEL FRINKE, MATTHIAS PAUL
  33.